home *** CD-ROM | disk | FTP | other *** search
/ The Unexplained / The Unexplained (FlagTower).ISO / install.mst < prev    next >
Text File  |  1996-05-29  |  589b  |  16 lines

  1. '$ifdef IsUnexplained
  2.     InstallTitle Path_UnexplainedRoot, Path_UnexplainedBinary, Path_UnexplainedDatabase, INI_Unexplained, DLL_Unexplained, Icon_Unexplained
  3.     CreateTitleIcon Path_UnexplainedBinary, DLL_Unexplained, Icon_Unexplained
  4. '$endif
  5.  
  6. '$ifdef IsAdvert
  7.     InstallTitle Path_AdvertRoot, Path_AdvertBinary, Path_AdvertDatabase, INI_Advert, DLL_Advert, Icon_Advert
  8.     CreateTitleIcon Path_AdvertBinary, DLL_Advert, Icon_Advert
  9.  
  10. '$ifdef IsRunAdvertOnStartUp
  11.     CreateProgmanItem PMG_StartUp, PMI_Advert, Path_AdvertBinary + "\runpromo.exe", "", cmoOverwrite
  12. '$endif
  13.  
  14. '$endif
  15.  
  16.